*{
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0.3rem;
}
.box{
    overflow: hidden;
}

/* .classify{
    position: relative;
} */
.headerHide{
    width: 100%;
    height: 6rem;
    background: #2589FF;
    position: absolute;
    display: none;
    top: 0.7rem;
    z-index: 999;
    padding: 0 .8rem;
}
.headerHide ul{
    width: 100%;
}
.headerHide ul::after{
    clear: both;
    content: '';
    display: block;
}
.headerHide ul li{
    float: left;
    width: 35%;
    text-align: center
}

.headerHide ul li p a{
    font-size: 0.28rem;
    color: #ffffff;
    text-decoration: none;
}
.classify>ul{

    display:flex;
    height: 0.7rem;
} 
.classify>ul li{
    width: 25%;
    line-height: 0.7rem;
    text-align: center;
}

.swiper-slide img{
    width: 100%;
    height: 100%;
}
.firm{
    height: 2.5rem;
}
.firm ul{
    display:flex;
}
.firm ul li{
    width: 25%;
    text-align: center;
}
.firm ul li img{
    display: block;
    width: 0.9rem;
    height: 0.9rem;
    margin: 0.55rem auto 0 auto;
}
.firm ul li p{
    margin: 0.1rem 0 0 0;
}
.culture{
    width: 100%;
    overflow: hidden;
    padding: 1rem 0;
}
.culture img{
    width: 93.7%;
    display: block;
    margin: 0rem auto;
}
.case{
    width: 100%;
    height: 1rem;
    background: url('/static/Mobile/img/img_1/title2.jpg') no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}
.case p{
    font-size: 0.2rem;
    text-align: center;
    color: #ffffff;
    margin: 0.1rem 0 0 0;
}
.content ul li {
    padding-top: .66rem;
}
.content ul li span,
.content ul li h2{
    font-size: 0.26rem;
    text-align: center;
    display:block;
}
.content ul li img{
    display: block;
    margin: 1rem auto;
}
.content_two{
    width: 100%;
    height: 3.5rem;
}
.content_two img{
    width: 100%;
    height: 100%;
}


.more button{
    width: 2.5rem;
    height: 0.6rem;
    border:0.02rem solid rgba(153,153,153,1);
    background: none;
    border-radius: 0.3rem;
    color: #333333;
    font-family: 500;
    display: block;
    margin: 0.2rem auto 0 auto;
}
.more p{
    text-align: center;
    font-size:0.18rem;
    margin: 0.1rem 0 0.5rem 0;
}

.end{
    width: 100%;
    height: .82rem;
    background: url('/static/Mobile/img/img_1/title1.jpg') no-repeat;
    background-size:100% 100%; 
    position: relative;
}
.end>p{
    line-height: 0.82rem;
    font-size: 0.26rem;
    text-align: center;
}
.foot{
    background: #272731;
    overflow: hidden;
    height: 10.5rem;
    font-weight: 200;
}
.foot>p{
    color:#ffffff;
    text-align: center;
}
.footulOne{
    display: flex;
    margin: 0.8rem 0 0 0;
}
.footulOne li{
    width: 20%;
    margin: 0 0 0 10.2%;
}
.footulOne li p{
    font-size: 0.26rem;
    color: #ffffff;
    text-align: center;
}
.footulTwo{
    margin: 0.8rem 0 0 0;
}
.footulTwo li{
    width: 92%;
    height: 1rem;
    position: relative;
    background: #3E3E47;
    margin: 0.3rem auto 0 auto;
    overflow: hidden;
    padding: 0.15rem 0 .2rem 0;
}
.footulTwo li p{
    color: #ffffff;
    padding: 0rem 0 0rem 0.3rem;
  
}
.footulTwo li img{
    position: absolute;
    top: 0.5rem;
    right: 0.3rem;
}
